home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1999-10-16  |  7KB  |  273 lines

  1. object MainForm: TMainForm
  2.   Left = 165
  3.   Top = 195
  4.   Width = 797
  5.   Height = 558
  6.   Caption = 'GenesisII'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIForm
  14.   Menu = MainMenu
  15.   OldCreateOrder = True
  16.   ShowHint = True
  17.   WindowMenu = WindowMenu
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnHelp = FormHelp
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object StatusBar: TStatusBar
  25.     Left = 0
  26.     Top = 493
  27.     Width = 789
  28.     Height = 19
  29.     Panels = <
  30.       item
  31.         Bevel = pbNone
  32.         Style = psOwnerDraw
  33.         Text = 'TStatusPanel'
  34.         Width = 100
  35.       end
  36.       item
  37.         Width = 300
  38.       end
  39.       item
  40.         Width = 200
  41.       end
  42.       item
  43.         Width = 200
  44.       end>
  45.     SimplePanel = False
  46.   end
  47.   object MainMenu: TMainMenu
  48.     Left = 8
  49.     Top = 384
  50.     object File1: TMenuItem
  51.       Caption = '&System'
  52.       object SystemPreferences: TMenuItem
  53.         Caption = '&Preferences'
  54.         OnClick = SystemPreferencesClick
  55.       end
  56.       object Debug1: TMenuItem
  57.         Caption = 'Debug'
  58.         Visible = False
  59.         OnClick = Debug1Click
  60.       end
  61.       object N5: TMenuItem
  62.         Caption = '-'
  63.       end
  64.       object ExitMenuItem: TMenuItem
  65.         Caption = 'E&xit'
  66.         OnClick = ExitMenuItemClick
  67.       end
  68.     end
  69.     object ProjectMenu: TMenuItem
  70.       Caption = '&Projects'
  71.       object NewProjectMenuItem: TMenuItem
  72.         Caption = '&New Project...'
  73.         OnClick = NewProjectMenuItemClick
  74.       end
  75.       object OpenProjectMenuItem: TMenuItem
  76.         Caption = '&Open Project...'
  77.         OnClick = OpenProjectMenuItemClick
  78.       end
  79.       object EditProjectInfo: TMenuItem
  80.         Caption = '&Edit Project Info...'
  81.         OnClick = EditProjectInfoClick
  82.       end
  83.       object N4: TMenuItem
  84.         Caption = '-'
  85.       end
  86.       object SaveProjectMenuItem: TMenuItem
  87.         Caption = '&Save Project...'
  88.         OnClick = SaveProjectMenuItemClick
  89.       end
  90.       object SaveProjectAsMenuItem: TMenuItem
  91.         Caption = 'Save Project &As...'
  92.         OnClick = SaveProjectAsMenuItemClick
  93.       end
  94.       object N2: TMenuItem
  95.         Caption = '-'
  96.       end
  97.       object ExportSettings: TMenuItem
  98.         Caption = 'E&xport Environment Settings...'
  99.         OnClick = ExportSettingsClick
  100.       end
  101.       object ImportSettings: TMenuItem
  102.         Caption = '&Import Environment Settings...'
  103.         OnClick = ImportSettingsClick
  104.       end
  105.       object EnvironmentalWizardMenuItem: TMenuItem
  106.         Caption = 'Environmental &Wizard...'
  107.         OnClick = EnvironmentalWizardMenuItemClick
  108.       end
  109.       object N1: TMenuItem
  110.         Caption = '-'
  111.       end
  112.       object PreferencesMenuItem: TMenuItem
  113.         Caption = '&Preferences'
  114.         OnClick = PreferencesMenuItemClick
  115.       end
  116.       object N7: TMenuItem
  117.         Caption = '-'
  118.       end
  119.     end
  120.     object ModulesMenu: TMenuItem
  121.       Caption = '&Modules'
  122.       GroupIndex = 5
  123.       object AtmosphereEditorMenuItem: TMenuItem
  124.         Caption = '&Atmosphere Editor...'
  125.         OnClick = AtmosphereEditorMenuItemClick
  126.       end
  127.       object CameraEditorMenuItem: TMenuItem
  128.         Caption = 'Ca&mera/Target Editor...'
  129.         OnClick = CameraEditorMenuItemClick
  130.       end
  131.       object CloudsEditorMenuItem: TMenuItem
  132.         Caption = '&Clouds Editor...'
  133.         OnClick = CloudsEditorMenuItemClick
  134.       end
  135.       object EcologyEditorMenuItem: TMenuItem
  136.         Caption = '&Ecology Editor...'
  137.         OnClick = EcologyEditorMenuItemClick
  138.       end
  139.       object FractalEditorMenuItem: TMenuItem
  140.         Caption = '&Fractal Editor...'
  141.         OnClick = FractalEditorMenuItemClick
  142.       end
  143.       object LandscapeEditorMenuItem: TMenuItem
  144.         Caption = '&Landscape Editor...'
  145.         OnClick = LandscapeEditorMenuItemClick
  146.       end
  147.       object OverlayEditorMenuItem: TMenuItem
  148.         Caption = '&Overlay Editor...'
  149.         OnClick = OverlayEditorMenuItemClick
  150.       end
  151.       object TerrainEditorMenuItem: TMenuItem
  152.         Caption = '&Terrain Layers Editor...'
  153.         OnClick = TerrainEditorMenuItemClick
  154.       end
  155.       object PlantsEditorMenuItem: TMenuItem
  156.         Caption = '&Vegetation Editor...'
  157.         OnClick = PlantsEditorMenuItemClick
  158.       end
  159.       object UrbanEditorMenuItem: TMenuItem
  160.         Caption = '&Urban Editor...'
  161.         OnClick = UrbanEditorMenuItemClick
  162.       end
  163.       object WaterEditorMenuItem: TMenuItem
  164.         Caption = '&Water Editor...'
  165.         OnClick = WaterEditorMenuItemClick
  166.       end
  167.     end
  168.     object RenderingMenu: TMenuItem
  169.       Caption = '&Rendering'
  170.       GroupIndex = 10
  171.       object FractalRenderMenuItem: TMenuItem
  172.         Caption = '&Fractal Renderer...'
  173.         OnClick = FractalRenderMenuItemClick
  174.       end
  175.       object OverlayRenderMenuItem: TMenuItem
  176.         Caption = '&Overlay Renderer...'
  177.         OnClick = OverlayRenderMenuItemClick
  178.       end
  179.     end
  180.     object GISMenu: TMenuItem
  181.       Caption = 'Plugin &Interfaces'
  182.       GroupIndex = 10
  183.     end
  184.     object WindowMenu: TMenuItem
  185.       Caption = '&Window'
  186.       GroupIndex = 10
  187.       object Tile1: TMenuItem
  188.         Caption = '&Tile'
  189.         OnClick = Tile1Click
  190.       end
  191.       object Cascade1: TMenuItem
  192.         Caption = '&Cascade'
  193.         OnClick = Cascade1Click
  194.       end
  195.       object ArrangeAll1: TMenuItem
  196.         Caption = '&Arrange All'
  197.         OnClick = ArrangeAll1Click
  198.       end
  199.       object N6: TMenuItem
  200.         Caption = '-'
  201.       end
  202.     end
  203.     object HelpMenu: TMenuItem
  204.       Caption = '&Help'
  205.       GroupIndex = 99
  206.       object HelpContentsItem: TMenuItem
  207.         Caption = '&Contents'
  208.         Hint = 'Display the help contents screen'
  209.         OnClick = HelpContents
  210.       end
  211.       object HelpSearchItem: TMenuItem
  212.         Caption = '&Search for Help On...'
  213.         Hint = 'Search help file for a topic'
  214.         OnClick = HelpSearch
  215.       end
  216.       object N3: TMenuItem
  217.         Caption = '-'
  218.       end
  219.       object HelpAboutItem: TMenuItem
  220.         Caption = '&About...'
  221.         Hint = 'Show program information'
  222.         OnClick = HelpAbout
  223.       end
  224.     end
  225.   end
  226.   object OpenProjectDialog: TOpenDialog
  227.     DefaultExt = 'gs2'
  228.     Filter = 'Genesis2 Project|*.gs2'
  229.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  230.     Left = 40
  231.     Top = 384
  232.   end
  233.   object SaveProjectDialog: TSaveDialog
  234.     DefaultExt = 'gs2'
  235.     Filter = 'Genesis2 Project|*.gs2'
  236.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  237.     Left = 72
  238.     Top = 384
  239.   end
  240.   object IceLock1: tIceLock
  241.     IceString1 = 'GenesisII'
  242.     IceString2 = 'Geomantics Ltd'
  243.     IceSeed1 = 15912901
  244.     IceSeed2 = 13212685
  245.     ProgramKey1 = -399040758
  246.     ProgramKey2 = -1332443667
  247.     KeyFile = 'c:\windows\excel96.ini'
  248.     TrialDays = 255
  249.     DemoLicense = True
  250.     ExpirationDate = 35596.000000000000000000
  251.     Left = 104
  252.     Top = 384
  253.   end
  254.   object OpenIniDialog: TOpenDialog
  255.     DefaultExt = 'ini'
  256.     Filter = 'Settings|*.ini'
  257.     Left = 136
  258.     Top = 384
  259.   end
  260.   object SaveIniDialog: TSaveDialog
  261.     DefaultExt = 'ini'
  262.     Filter = 'Settings|*.ini'
  263.     Left = 168
  264.     Top = 384
  265.   end
  266.   object OpenScriptDialog: TOpenDialog
  267.     Filter = 'Script file (*.srp)|*.srp'
  268.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  269.     Left = 200
  270.     Top = 384
  271.   end
  272. end
  273.